home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / docs / kernel.13 / readme.3c5 < prev    next >
Encoding:
Text File  |  1995-09-10  |  1.6 KB  |  37 lines

  1. The address and IRQ used by the 3c505 driver can be configured at boot
  2. time by typing 'ether=eth0,15,0x300' (replace IRQ and base address with
  3. ones that tell how your adapter is jumpered). The driver does not yet
  4. use DMA.
  5.  
  6. If no base address is given at the boot time, the driver will look for
  7. a 3c505 adapter at addresses 0x300, 0x280 and 0x310 in this order,
  8. possibly messing up any other hardware residing in these addresses.
  9. If a base address is given, it will be verified.
  10.  
  11. The driver has two compile-time settings in the CONFIG file:
  12. ELP_NEED_HARD_RESET
  13.  Some DOS drivers seem to get the adapter to some irrecoverable state
  14.  if the machine is "warm booted" from DOS to Linux. If you experience
  15.  problems when warm booting, but "cold boot" works, #defining this
  16.  to 1 may help. As of 3c505.c v0.8 the driver should be able to find
  17.  out whether of not this is needed, but I'm not completely sure.
  18. ELP_DEBUG
  19.  The driver debug level. 1 is ok for most everything, 0 will provide
  20.  less verbose bootup messages, and 2 and 3 are usually too verbose
  21.  for anything.
  22.  
  23. Known problems:
  24.  During startup the driver shows the following two messages:
  25.  *** timeout at 3c505.c:elp_set_mc_list (line 1158) ***
  26.  *** timeout at 3c505.c:elp_set_mc_list (line 1183) ***
  27.  These are because upper parts of the networking code attempt
  28.  to load multicast address lists to the adapter before the
  29.  adapter is properly up and running.
  30.  
  31. Authors:
  32.  The driver is mainly written by Craig Southeren, email
  33.  <craigs@ineluki.apana.org.au>.
  34.  Parts of the driver (adapting the driver to 1.1.4+ kernels,
  35.  IRQ/address detection, some changes) and this README by
  36.  Juha Laiho <jlaiho@ichaos.nullnet.fi>.
  37.